home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / Visio / flash / visio10_ui.swf / scripts / DefineButton2_415 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2001-03-22  |  141 b   |  9 lines

  1. on(press){
  2.    if(per08Clicked == 1)
  3.    {
  4.       per08Clicked = 0;
  5.       fscommand("playlistRemove","7");
  6.       gotoAndStop(2);
  7.    }
  8. }
  9.